<Schema name="DTMSystemTagListSchema" xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes" xmlns:fdt="x-schema:FDTDataTypesSchema.xml">
	<!--Definition of Attributes-->
	<AttributeType name="systemTag" dt:type="string"/>
	<!--Definition of Elements-->
	<ElementType name="DtmSystemTag"  content="empty" model="closed">
		<attribute type="fdt:nodeId" required="no"/>
		<attribute type="systemTag" required="yes"/>
	</ElementType>
	<ElementType name="DtmPrimaryParentSystemTag"  content="empty" model="closed">
		<attribute type="fdt:nodeId" required="no"/>
		<attribute type="systemTag" required="yes"/>
	</ElementType>
	<ElementType name="DtmSystemTagList" content="eltOnly" model="closed">
		<attribute type="fdt:nodeId" required="no"/>
		<element type="DtmSystemTag" minOccurs="0" maxOccurs="*"/>
	</ElementType>
	<ElementType name="DtmParentList" content="eltOnly" model="closed">
		<attribute type="fdt:nodeId" required="no"/>
		<element type="DtmPrimaryParentSystemTag" minOccurs="0" maxOccurs="1"/>
		<element type="DtmSystemTagList" minOccurs="0" maxOccurs="1"/>
	</ElementType>
	<ElementType name="DtmChildList" content="eltOnly" model="closed">
		<attribute type="fdt:nodeId" required="no"/>
		<element type="DtmSystemTagList" minOccurs="0" maxOccurs="1"/>
	</ElementType>
	<ElementType name="FDT" content="eltOnly" model="closed">
		<attribute type="fdt:nodeId" required="no"/>
		<group order="one" minOccurs="1" maxOccurs="1">
			<element type="DtmParentList"/>
			<element type="DtmChildList"/>
		</group>
	</ElementType>
</Schema>